From: Agustín Martín Date: Mon, 3 Dec 2012 17:23:42 +0000 (+0100) Subject: Fix my last Changelog entry. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~9^2~84 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=475eea6f70ccf3cba346b5c66f924d612d5484aa;p=emacs.git Fix my last Changelog entry. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 503added5cc..891e6771503 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,9 +1,10 @@ 2012-12-03 Agustín Martín Domingo * textmodes/ispell.el (ispell-init-process) - (ispell-start-process): Make sure personal dictionary name is - expanded after initial `default-directory' value. Use expanded - values for keep/restart checks (Bug#13019). + (ispell-start-process, ispell-internal-change-dictionary): + Make sure personal dictionary name is expanded after initial + `default-directory' value. Use expanded strings for + keep/restart checks and for value (Bug#13019). 2012-12-03 Jay Belanger